home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / gui / precog2_1.lha / Precognition2_1 / src / src.lha / DICEme next >
Encoding:
Text File  |  1995-01-13  |  997 b   |  40 lines

  1. ; WARNING! WARNING! WARNING! WARNING! WARNING! WARNING! WARNING!
  2. ;
  3. ; Precognition & MultiWindowWriter TOOLS compiled with DICE crash.
  4. ;   are very unstable.  I haven't had time to figure out why. -- EDB
  5. ;
  6. ; WARNING! WARNING! WARNING! WARNING! WARNING! WARNING! WARNING!
  7. ;
  8. ; DiceMe --
  9. ;    AmigaDOS script to rebuild All of precognition with DICE 3.0
  10. ;
  11. ; Approximately 1 hour and 40 minutes to compile on my A3000/16
  12. ; I suppose I could speed this up with precompiled headers and dicecache?
  13. ;
  14. ;
  15. ; $VER: DiceMe 1.1 (5.12.94)
  16. ;
  17. ;date >StartTime.DCC
  18. ;
  19. changetaskpri -1 ; let us do other things with higher priority while compiling
  20. ;
  21. ;    First create the /dlib/precognition.lib linker library
  22. ;
  23. ;
  24. cd Library
  25. DMake >LOG.dice ;
  26. ;
  27. ;    Then create the //Precognition and //MultiWindowWriter Tools
  28. ;
  29. ;COMMENT OUT BECAUSE TOO BUGGY TO USE -- EDB
  30. ;
  31. ; cd /Precognition
  32. ; DMake >LOG.dice ;
  33. ;
  34. ;    Return to the src directory
  35. cd /
  36. ;
  37. changetaskpri 0 ; return back to normal priority
  38. ;
  39. ;date >EndTime.DCC
  40. ; Done!